☰
Trait Typed
Required Methods
get_ty
Implementors
Other items in
isotope
::
value
All crates
?
Trait
isotope
::
value
::
Typed
[
−
]
[src]
pub trait Typed { fn
get_ty
(&self) -> &
ValId
; }
Expand description
Something with a type
Required methods
fn
get_ty
(&self) -> &
ValId
[src]
This object’s type
Implementors
impl
Typed
for
SymbolId
[src]
fn
get_ty
(&self) -> &
ValId
[src]
impl<V:
Value
>
Typed
for V
[src]
fn
get_ty
(&self) -> &
ValId
[src]